curl --request GET \
--url https://api.topsort.com/public/v1/toppie/reporting/campaigns/{campaign-id}/products
{
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
"products": [
{
"adSpend": 1,
"chargedClicks": 1,
"chargedImpressions": 1,
"clicks": 1,
"conversionRate": 123,
"cpc": 123,
"ctr": 123,
"ean": "<string>",
"imageUrl": "<string>",
"impressions": 1,
"isActive": true,
"productName": "<string>",
"purchaseCount": 1,
"purchaseRevenue": 1,
"roas": 123,
"totalPurchaseQuantity": 1
}
]
}
Retrieve a product-level report for a specific campaign.
curl --request GET \
--url https://api.topsort.com/public/v1/toppie/reporting/campaigns/{campaign-id}/products
{
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
"products": [
{
"adSpend": 1,
"chargedClicks": 1,
"chargedImpressions": 1,
"clicks": 1,
"conversionRate": 123,
"cpc": 123,
"ctr": 123,
"ean": "<string>",
"imageUrl": "<string>",
"impressions": 1,
"isActive": true,
"productName": "<string>",
"purchaseCount": 1,
"purchaseRevenue": 1,
"roas": 123,
"totalPurchaseQuantity": 1
}
]
}
The ID of the campaign.
The start date for which reports will be generated.
The end date for which reports will be generated.
The search string for a given query.
Token for retrieving the next page.
Maximum number of products to retrieve.
1 <= x <= 100
Successful Response
The response is of type object
.